home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00151.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  460 b   |  20 lines

  1. global gWhichMovie, gWhichClip, gAutomated
  2.  
  3. on mouseDown
  4.   if legalButton(the clickOn) then
  5.     if developersKey() then
  6.       if the optionDown then
  7.         set gWhichClip to gWhichClip - 1
  8.       else
  9.         set gWhichClip to gWhichClip + 1
  10.       end if
  11.       advanceClip(gWhichClip)
  12.     else
  13.       restoreControl()
  14.       setProp(17, 21, "visibility", 1)
  15.       setProp(23, 29, "visibility", 1)
  16.       swapPlaybackScreen("playback dot")
  17.     end if
  18.   end if
  19. end
  20.